GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-04T05:04:49.9697573+00:00",
"SubmitDate": "2026-03-04T05:04:49.9697573+00:00",
"ReportPeriodStart": "2026-03-04T05:04:49.9697573+00:00",
"ReportPeriodEnd": "2026-03-04T05:04:49.9697573+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "018b4495-1e16-4a3d-b77d-6b0f2acc2840",
"Rows": [
{
"ItemId": "e7c2656d-0ee2-49b2-83f5-a7d2eb3d6b10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7c2656d-0ee2-49b2-83f5-a7d2eb3d6b10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "018b4495-1e16-4a3d-b77d-6b0f2acc2840",
"Rows": [
{
"ItemId": "e7c2656d-0ee2-49b2-83f5-a7d2eb3d6b10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7c2656d-0ee2-49b2-83f5-a7d2eb3d6b10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fa1d5147-e39f-4ca8-8fcc-19e33cb94034",
"1a651437-3e09-4be1-a9d6-780ae4158632"
],
"Approvers": [
"5cf1b1e7-f6a9-400a-b64d-948cbf338d96",
"461db93c-5ff0-4c80-b16a-57b6804af82a"
],
"ApprovedBy": "8730f1d0-bf36-4684-9a27-aed88f55ec48",
"ApprovalDate": "2026-03-04T05:04:49.9697573+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bfefe9c6-56d5-4a3c-b63c-5f85f1507cab",
"id": "5e54e926-d425-41a1-866a-ba1b3e44de7e",
"ConfigId": "cde8fe92-18a4-4e49-bc82-fe2938fbe41d"
},
{
"GenerationDate": "2026-03-04T05:04:49.9697573+00:00",
"SubmitDate": "2026-03-04T05:04:49.9697573+00:00",
"ReportPeriodStart": "2026-03-04T05:04:49.9697573+00:00",
"ReportPeriodEnd": "2026-03-04T05:04:49.9697573+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "018b4495-1e16-4a3d-b77d-6b0f2acc2840",
"Rows": [
{
"ItemId": "e7c2656d-0ee2-49b2-83f5-a7d2eb3d6b10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7c2656d-0ee2-49b2-83f5-a7d2eb3d6b10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "018b4495-1e16-4a3d-b77d-6b0f2acc2840",
"Rows": [
{
"ItemId": "e7c2656d-0ee2-49b2-83f5-a7d2eb3d6b10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7c2656d-0ee2-49b2-83f5-a7d2eb3d6b10",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fa1d5147-e39f-4ca8-8fcc-19e33cb94034",
"1a651437-3e09-4be1-a9d6-780ae4158632"
],
"Approvers": [
"5cf1b1e7-f6a9-400a-b64d-948cbf338d96",
"461db93c-5ff0-4c80-b16a-57b6804af82a"
],
"ApprovedBy": "8730f1d0-bf36-4684-9a27-aed88f55ec48",
"ApprovalDate": "2026-03-04T05:04:49.9697573+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bfefe9c6-56d5-4a3c-b63c-5f85f1507cab",
"id": "5e54e926-d425-41a1-866a-ba1b3e44de7e",
"ConfigId": "cde8fe92-18a4-4e49-bc82-fe2938fbe41d"
}
]